home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / clang / vecpro11.zip / README.TXT < prev    next >
Text File  |  1994-12-20  |  2KB  |  52 lines

  1. VectorPro README file:
  2.  
  3. VectorPro is provided as "shareware".
  4. Please see the file VPORDER.TXT for registration information.
  5.  
  6. Vector Numerics, Inc. is a member of the Asociation of Shareware
  7. Professionals.
  8.  
  9. This is the small shareware version. It contains the documentation files
  10. and the C version of the VectorPro library for the medium memory model.
  11.  
  12. A large shareware version is available from Vector Numerics, Inc. for
  13. the benefit of those who would like to see the entire product for
  14. evaluation. See VPORDER.TXT for details.
  15.  
  16.  
  17.  
  18. Known Problems:
  19.  
  20.       1. Some test programs using Phar Lap have bombed with a General
  21.          Protection Fault while running as a DOS session under Windows,
  22.          but work fine under pure MS-DOS. I am writing this off as
  23.          flakiness in Windows or the Phar Lap - Windows interface for now.
  24.          I am most interested in any new information relevant to this.
  25.  
  26.       2. The Pentium Bug: There is no way a product of this nature can avoid
  27.          doing the occasional floating point division, or control the range
  28.          of input values it is given. If you are using one of the flawed
  29.          Pentiums, add the line SET NO87=NO to your AUTOEXEC.BAT file. This
  30.          will cause the Microsoft floating point emulator to run even though
  31.          it can find '87 hardware on your system. It will also cause quite
  32.          a slowdown, but at least you can have confidence in your results
  33.          until you get a replacement chip.
  34.  
  35. Version 1.1:
  36.  
  37.       The following changes have been made from version 1.00 to 1.1:
  38.  
  39.       1. cpx_ln has been modified to always produce a result with imaginary
  40.          portion from -pi to pi, instead of 0 to 2pi.
  41.  
  42.       2. cpx_cpx_power's handling of the imaginary portion of the exponent
  43.          has been corrected.
  44.  
  45.       3. Some 87 hardware running around sometimes stores a negative zero.
  46.          All routines that were thrown off by this have been adjusted.
  47.  
  48.       4. The library distributed as the small shareware version has been
  49.          changed to be the medium model C version. This was done because
  50.          Microsoft's AppWizard generates only Medium and Large model code.
  51.          The HVECPROA.LIB or HVECPRO7.LIB may be used if huge arrays are used.
  52.